QTime::start()
QTime::elapsed()
#ifdef DEBUG_JS_GENERATION
if (dbgout_) {
delete dbgout_;
- dbgout_ = NULL;
+ dbgout_ = nullptr;
}
if (dbgdata_) {
delete dbgdata_;
- dbgdata_ = NULL;
+ dbgdata_ = nullptr;
}
#endif
}
#include <QWebView>
#endif
#include <QPlainTextEdit>
-#include <QTime>
+#include <QElapsedTimer>
#include <QFile>
#include <QTextStream>
#include "gpx.h"
const Gpx& gpx_;
bool mapPresent_;
bool busyCursor_;
- QTime stopWatch_;
+ QElapsedTimer stopWatch_;
QPlainTextEdit* textEdit_;
void evaluateJS(const QString& s, bool update = true);